home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples_Databases / database / cfexamples.mdb / tblPbUsrs.json < prev    next >
Encoding:
JavaScript Object Notation  |  2001-06-13  |  188 b 

  1. {
  2.     "schema": {
  3.         "strUsrID": "Text (35)",
  4.         "strUsrName": "Text (50)",
  5.         "strPasswd": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "strUsrID": "BA1EA764-7D79-11D3-A928005004218998",
  10.             "strUsrName": "jcheng",
  11.             "strPasswd": "twinkie"
  12.         }
  13.     ]
  14. }